Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 3 - QuickDraw 3D Objects / QuickDraw 3D Objects Reference
QuickDraw 3D Objects Routines / Managing Shared Objects


Q3Shared_GetReference

You can use the Q3Shared_GetReference function to get a reference to a shared object.

TQ3SharedObject Q3Shared_GetReference (
TQ3SharedObject sharedObject);
sharedObject
A shared object.
DESCRIPTION
The Q3Shared_GetReference function returns, as its function result, a reference to the shared object specified by the sharedObject parameter. You can use this function to prevent QuickDraw 3D from deleting an object twice.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996